home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-30 | 366 b | 10 lines | [TEXT/R*ch] |
- // os_mac_str.h
- // 30Sep94 e (from os_mac.c originally by Marc Feeley)
- // portions Copyright © 1992 Marc Feeley and Douglas H. Currie, Jr.
-
- void c_to_p( char * c_str, Str255 p_str );
- void p_to_p( Str255 p1, Str255 p2 );
- void buf_to_p( unsigned short len, char *p1, Str255 p2 );
- void p_to_c( Str255 p_str, char *c_str );
- short compare_p_to_p( Str255 p1, Str255 p2 );
-